home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMSTORE / TFMSTORE.txt
Text File  |  2004-09-21  |  2KB  |  110 lines

  1. object FmStore: TFmStore
  2.   Left = 310
  3.   Top = 248
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'FmStore'
  7.   ClientHeight = 143
  8.   ClientWidth = 331
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnHide = ClientDataSetFormHide
  18.   OnShow = ClientDataSetFormShow
  19.   DataSource = DM.DsStores
  20.   OnDataAfterEdit = ClientDataSetFormDataAfterEdit
  21.   OnDataBeforeEdit = ClientDataSetFormDataBeforeEdit
  22.   OnDataValidate = DataSetFormDataValidate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 52
  28.     Width = 31
  29.     Height = 13
  30.     Caption = '&Name:'
  31.     FocusControl = EdtName
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 84
  36.     Width = 47
  37.     Height = 13
  38.     Caption = '&Web Site:'
  39.     FocusControl = EdtWebsite
  40.   end
  41.   object BtnOk: TBitBtn
  42.     Left = 160
  43.     Top = 113
  44.     Width = 75
  45.     Height = 25
  46.     TabOrder = 3
  47.     OnClick = BtnOkClick
  48.     Kind = bkOK
  49.   end
  50.   object BtnCancel: TBitBtn
  51.     Left = 240
  52.     Top = 113
  53.     Width = 75
  54.     Height = 25
  55.     TabOrder = 4
  56.     Kind = bkCancel
  57.   end
  58.   object PnlHeader: TPanel
  59.     Left = 8
  60.     Top = 8
  61.     Width = 313
  62.     Height = 25
  63.     Alignment = taLeftJustify
  64.     BevelOuter = bvNone
  65.     Caption = ' Store'
  66.     Color = clBtnShadow
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindow
  69.     Font.Height = -13
  70.     Font.Name = 'Tahoma'
  71.     Font.Style = [fsBold]
  72.     ParentBackground = False
  73.     ParentFont = False
  74.     TabOrder = 0
  75.   end
  76.   object EdtName: TcxDBTextEdit
  77.     Left = 72
  78.     Top = 48
  79.     Width = 249
  80.     Height = 21
  81.     DataBinding.DataField = 'StoreName'
  82.     DataBinding.DataSource = DM.DsStores
  83.     Properties.OnChange = EdtNameChange
  84.     Style.StyleController = DM.EditStyles
  85.     TabOrder = 1
  86.   end
  87.   object EdtWebsite: TcxDBHyperLinkEdit
  88.     Left = 72
  89.     Top = 80
  90.     Width = 249
  91.     Height = 21
  92.     DataBinding.DataField = 'Url'
  93.     DataBinding.DataSource = DM.DsStores
  94.     Style.StyleController = DM.EditStyles
  95.     TabOrder = 2
  96.   end
  97.   object TblStoresLookup: TEasyTable
  98.     CurrentVersion = '5.72 '
  99.     TableName = 'Stores'
  100.     DatabaseName = 'AudiophilerDb'
  101.     ReadOnly = True
  102.     InMemory = False
  103.     AutoIndexes = False
  104.     CacheEnabled = True
  105.     BDELikeFilter = False
  106.     Left = 8
  107.     Top = 104
  108.   end
  109. end
  110.